object frmSplashScreen: TfrmSplashScreen Left = 302 Top = 294 AlphaBlend = True AlphaBlendValue = 0 BorderIcons = [] BorderStyle = bsNone Caption = 'SyncBack' ClientHeight = 310 ClientWidth = 553 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object SplashImage: TGifImage Left = 0 Top = 0 Width = 553 Height = 310 AutoSize = True OnClick = SplashImageClick end object SplashTimer: TTimer Enabled = False Interval = 2500 OnTimer = SplashTimerTimer Left = 16 Top = 16 end end